home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 07 - Where the Hackers Are / virc200.exe / {app} / ViRC.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Text File  |  2004-01-05  |  2KB  |  131 lines

  1. object SplashForm: TSplashForm
  2.   Left = 336
  3.   Top = 244
  4.   BorderStyle = bsNone
  5.   Caption = 'SplashForm'
  6.   ClientHeight = 134
  7.   ClientWidth = 473
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Shape2: TShape
  21.     Left = 0
  22.     Top = 0
  23.     Width = 57
  24.     Height = 193
  25.     Brush.Color = 10027008
  26.     Pen.Style = psClear
  27.   end
  28.   object Image3: TImage
  29.     Left = 56
  30.     Top = 0
  31.     Width = 417
  32.     Height = 137
  33.     Picture.Data = {<image000.bmp>}
  34.   end
  35.   object Shape1: TShape
  36.     Left = 0
  37.     Top = 0
  38.     Width = 473
  39.     Height = 134
  40.     Align = alClient
  41.     Brush.Style = bsClear
  42.     Pen.Width = 2
  43.   end
  44.   object Shape3: TShape
  45.     Left = 16
  46.     Top = 16
  47.     Width = 49
  48.     Height = 49
  49.   end
  50.   object Image1: TImage
  51.     Left = 24
  52.     Top = 24
  53.     Width = 32
  54.     Height = 32
  55.     Picture.Data = {<image001.ico>}
  56.   end
  57.   object Label1: TLabel
  58.     Left = 80
  59.     Top = 16
  60.     Width = 191
  61.     Height = 48
  62.     Caption = 'Visual IRC'
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = 48
  66.     Font.Name = 'Arial Black'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     Transparent = True
  70.   end
  71.   object Gauge: TGauge
  72.     Left = 64
  73.     Top = 104
  74.     Width = 401
  75.     Height = 17
  76.     Color = clBlack
  77.     ForeColor = 10027008
  78.     ParentColor = False
  79.     Progress = 30
  80.     ShowText = False
  81.     Visible = False
  82.   end
  83.   object Triangle: TImage
  84.     Left = 64
  85.     Top = 80
  86.     Width = 17
  87.     Height = 17
  88.     Picture.Data = {<image002.bmp>}
  89.     Transparent = True
  90.     Visible = False
  91.   end
  92.   object Copyright: TLabel
  93.     Left = 80
  94.     Top = 64
  95.     Width = 381
  96.     Height = 13
  97.     Caption = 
  98.       'Copyright 1998-2003 Jesse McGrew. Portions copyright 1995-2000 A' +
  99.       'drian Cable.'
  100.     Transparent = True
  101.   end
  102.   object Bevel1: TBevel
  103.     Left = 80
  104.     Top = 56
  105.     Width = 361
  106.     Height = 17
  107.     Shape = bsTopLine
  108.   end
  109.   object VersionLabel: TLabel
  110.     Left = 280
  111.     Top = 20
  112.     Width = 48
  113.     Height = 40
  114.     Caption = '2.0'
  115.     Font.Charset = DEFAULT_CHARSET
  116.     Font.Color = clWindowText
  117.     Font.Height = 40
  118.     Font.Name = 'Arial'
  119.     Font.Style = []
  120.     ParentFont = False
  121.     Transparent = True
  122.   end
  123.   object Status: TLabel
  124.     Left = 80
  125.     Top = 80
  126.     Width = 3
  127.     Height = 13
  128.     Transparent = True
  129.   end
  130. end
  131.